home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / nxyplot / Source / Makefile < prev    next >
Makefile  |  1994-05-17  |  1KB  |  56 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = nxyplot
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = nxyplot.tiff
  16. DOCICONS = nxyplot.tiff nxyplot.tiff nxyplot.tiff
  17.  
  18. LOCAL_RESOURCES = Info.nib Help
  19.  
  20. GLOBAL_RESOURCES = nxyplot.nib Den_Face_small.tiff nxyplot.tiff
  21.  
  22. CLASSES = ColumnSelectionHandler.m ErrorBarHandler.m FormatHandler.m\
  23.           Plot.m PlotDelegate.m PlotView.m ScrollWindow.m\
  24.           ServicesHandler.m
  25.  
  26. HFILES = ColumnSelectionHandler.h ErrorBarHandler.h FormatHandler.h\
  27.          Plot.h PlotDelegate.h PlotView.h ScrollWindow.h\
  28.          ServicesHandler.h
  29.  
  30. MFILES = auxil.m nxyplot_main.m
  31.  
  32. OTHERSRCS = services
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. MAKEFILE = app.make
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app nxyplot.tiff \
  42.         -sectcreate __ICON nxyplot nxyplot.tiff
  43.  
  44. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/$(MAKEFILE)
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.